*{box-sizing:border-box}
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, dt, li, p {
  padding: 0;
  margin: 0;
}
body{
    font-family:Arial, sans-serif;
    min-width:100%;
    margin:0 auto;
    font-family: '微柔雅黑';
}
input,
button{
    outline:none;
    border:none;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover{text-decoration: none;color:initial}

li, i {
  list-style: none;
}

img {
  width: auto;
  max-width: 100%;
  border:0 none;
  vertical-align: middle;
  border:0 none;
}


/* 头部 */
.head{
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
}
.head .tap_pc{
    width: 100%;
    padding: 4px 0;
    background-color: #f3f3f3;
}
.head .tap_pc .width1200{
    justify-content: space-between;
}
.head .tap_pc .width1200 .welcome{
    font-size: 14px;
    color: #333;
}
.head .tap_pc .width1200 .wel_text a{
    font-size: 14px;
    color: #333;
    margin-left: 30px;
}
.head .tap_pc .width1200 .wel_text a i{
    font-size: 14px;
    color: #333;
    margin-right: 5px;
}
.head .head_tap{
    padding: 5px 0;
    justify-content: space-between;
}

.head .head_tap .head_logo .logo{
    width: auto;
    height: auto;
    display: block;
}
.head .head_tap .head_logo .logo_text{
    margin-left: 20px;
    padding-left: 15px;
    border-left: 1px solid #dbdbdb;
}
.head .head_tap .head_logo .logo_text p{
    font-size: 16px;
    color: #333;
}
.head .head_tap .head_logo .logo_text p span{
    color: #1A55A0;
}
.head .head_tap .head_logo .logo_text .logo_p1{
    font-weight: bold;
    font-size: 20px;
}
.head .head_tap .head_ewm .ewm{
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 15px;
}
.head .head_tap .head_ewm .dianhuan img{
    width: 40px;
    height: 40px;
}
.head .head_tap .head_ewm .dianhuan .dianhua_text{
    font-size: 14px;
    color: #666;
    margin-left: 10px;
}
.head .head_tap .head_ewm .dianhuan .dianhua_text .span2{
    font-size: 22px;
    color: #e84726;
    font-weight: bold;
}
.head .hean_list{
    width: 100%;
    background-color: #1a55a0;
}
.head .hean_list .head_ul{
    justify-content: space-between;
}
.head .hean_list .head_ul li{
    padding: 12px 35px;
    position: relative;
}
.head .hean_list .head_ul li a{
    font-size: 16px;
    color: #fff;
}
.head .hean_list .head_ul .head_liact{
    background-color: #e84726;
}
.head .hean_list .head_ul li:hover{
    background-color: #e84726;
}
.head .hean_list .head_ul li::after{
    position: absolute;
    content: "";
    right: -30%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #ffffffe5;
}
.head .hean_list .head_ul li:last-child::after{
    width: 0px;
}


/* app头部列表 */
.head .app_con .list0{
    height: 100vh;
    display: none;
    animation: list 1s 1;
}
.head .app_con .list0 .list0_ul li{
    width: 100%;
    border-bottom: 1px solid #bdbdbd;
    margin-top: 10px;
    padding: 10px 0 10px 20px;
}
.head .app_con .list0 .list0_ul li a{
    display: block;
    color: #333333;
    font-size: 16px;
}
.head .app_con .list0 .list0_ul li a:hover{
    color: #2a8de9;
}
.head .app_con .list0 .list0_ul .app_liact a{color: #1a55a0;}
.list0_hide{
    display: none;
}
@keyframes list{
    from{
        opacity: 0;
		transform: translateY(-100px);
    }
    to{
        opacity: 1;
		transform: translateX(0);
    }
}


/* pc搜索框 */
.pc_hide{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #484848;
}
.pc_hide input{
    width: 30%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}
.pc_hide .pc_sousuo_icon{
    background-color: #2a8de9;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 3%;
    text-align: center;
    cursor: pointer;
}
.pc_hide .pc_sousuo_icon i{
    font-size: 22px;
}


.hide{
    display: none;
}


/* 页面公共 */
.width1200{
    width: 1200px;
    margin: 0 auto;
}
.column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.h_public{
    width: 100%;
}
.h_public .com_title{
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px 0 15px;
    color: #fff;
}
.h_public .com_title::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #fff;
}
.h_public .com_title .title_CH{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 6px;
}
.h_public .com_title .title_EN{
    font-size: 18px;
    
}


.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.learn_more{
    width: 100%;
    text-align: center;
    margin: 50px 0;
}
.learn_more a{
    padding: 10px 30px;
    border: 1px solid #666;
    font-size: 16px;
    color: #666;
    display: inline-block;
    border-radius: 4px;
}
.learn_more a i{
    font-size: 16px;
    color: #666;
    margin-left: 15px;
}
.learn_more a:hover .iconxiangyou{
    color: #1a55a0;
}
.learn_more a:hover{
    color: #1a55a0;
    border: 1px solid #1a55a0;
}

/* 底部 */
.footer{
    width: 100%;
    padding-top: 52px;
    background-color: #333333;
    animation: alls .5s 1;
}
.footer .content{
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: self-start;
}
.footer .content .foot_ul{
    align-items: flex-start;
}
.footer .content .foot_ul li{
    margin-right: 25px;
    display: flex;
    flex-direction: column;
}
.footer .content .foot_ul li p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
    height: 24px;
}
.footer .content .foot_ul li a{
    font-size: 14px;
    color: #666666;
    margin-bottom: 14px;
}
.footer .content .foot_ul li a:hover{
    color: #fff;
}
.footer .content .text{
    align-items: flex-start;
    padding: 0 160px;
    border-left: 1px solid #5C5C5C;
    border-right: 1px solid #5C5C5C;
}
.footer .content .text .text_img{
    padding-bottom: 15px;
    border-bottom: 1px solid #484848;
    margin-bottom: 25px;
    width: 100%;
}
.footer .content .text .text_img img{
    max-width: 100%;
    height: auto;
    margin-right: 15px;
}.footer .content .text .text_img .lxwm{
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
}
.footer .content .text .text_img .text_p p{
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}
.footer .content .text .text_img .text_p span{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.footer .content .text .titl .titl_1{
    align-items: flex-start;
    margin-bottom: 8px;
}
.footer .content .text .titl .titl_1 img{
    margin: 5px 7px 0 0;
}
.footer .content .text .titl .titl_1 span{
    color: #666666;
    font-size: 14px;
}
.footer .content .text .titl .titl_1 span:nth-child(3){
    flex: 1;
}
.footer .footer_1{
    width: 100%;
    border-top: 1px solid #484848;
    padding: 30px 0 35px;
    margin-top: 35px;
}
.footer .footer_1 .content .p_ul li{
    font-size: 14px;
    color: #666666;
    margin-right: 20px;
}
.footer .footer_1 .content .p_img a{
    margin-left: 6px;
}
.footer .content .ewm {
    align-items: center;
}
.footer .content .ewm span{
    font-size: 12px;
    color: #fff;
    margin-top: 15px;
}
.footer .footer_2{
    width: 100%;
    padding: 20px 0;
    background-color: #202020;
    margin-top: 40px;
}
.footer .footer_2 .content p{
    font-size: 14px;
    color: #666666;
}
.footer .footer_2 .content .p2_p a{
    color: #666;
}
/* 右侧漂浮 */
.float{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    z-index: 199;
}
.float .float_ul{
    display: flex;
    flex-direction: column;
}
.float .float_ul li{
    background-color: #1a55a0;
    margin-bottom: 4px;
    cursor: pointer;
    border: 2px solid #fff0;
}
.float .float_ul li a{
    display: block;
}
.float .float_ul li .li_a{
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 6px;
    position: relative;
}
.float .float_ul li .li_a i{
    font-size: 30px;
    margin-bottom: 3px;
}
.float .float_ul li .li_a span{
    font-size: 12px;
}
.float .float_ul li .li_none{
    position: absolute;
    display: none;
    transition: all .8s;
}
.float .float_ul li .li_p{
    padding: 5px 15px;
    background-color: #1a55a0;
    color: #fff;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    font-size: 16px;
}
.float .float_ul li .li_img{
    height: 134px;
    width: 134px;
    border: 2px solid #1a55a0;
    top: 0;
    right: 80px;
    padding: 8px;
}
.float .float_ul li .li_img img{
    width: 100%;
    height: 100%;
}

.float .float_ul li:hover{
    background-color: #fff;
    border: 2px solid #1a55a0;
}
.float .float_ul li:hover .li_a{
    color: #1a55a0;
}
.float .float_ul li:hover .li_none{
    display: block;
}

.kong{
    height: 162px;
}

@keyframes alls{
    from{
        opacity: 0;
        transform: translateY(200px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

/* 翻页条 */

.flex_row .tcdPageCode {
    text-align: center;
    margin: 40px auto;
}
.current {
    background: #1a55a0;
    color: #fff;
    border-color: transparent;
    padding: 5px 15px;
    margin: 8px;
}
.flex_row .tcdPageCode a {
    background: #eee;
    color: #333 !important;
    padding: 5px 15px;
    margin: 8px;
}
.flex_row .tcdPageCode .disabled,
.flex_row .tcdPageCode .nextPage {
    background: #eee;
    color: #333 !important;
    padding: 5px 15px;
    margin: 8px;
}
.flex_row .tcdPageCode a:hover{
    background: #1a55a0;
    color: #fff !important;
}

.liuyan{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 55;
    background-color: #33333391;
    display: none;
}
.liuyan .liuyan_tent{
    width: 400px;
    padding: 0 30px 30px;
    background-color: #fff;
    margin: 300px auto 0;
    display: flex;
    flex-direction: column;
}
.liuyan .liuyan_tent .title{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    position: relative;
}
.liuyan .liuyan_tent .guanbi{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #333;
    cursor: pointer;
}
.liuyan .liuyan_tent form{
    width: 100%;
    margin: 15px 0;
}
.liuyan .liuyan_tent form input{
    width: 100%;
    border: 1px solid #bdbdbd;
    height: 35px;
    padding: 0 10px;
    margin-bottom: 15px;
}
.liuyan .liuyan_tent form textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid #bdbdbd;
    outline: none;
}
.liuyan .liuyan_tent button{
    width: 60px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background-color: #1a55a0;
}

/* app */
.head .app_con{
    display: none;
}

@media (max-width:767px){
    .head .head_tap,
    .head .hean_list{
        display: none;
    }
    .h_public .com_title .title_CH{font-size: 24px;}
    .h_public .com_title .title_EN{font-size: 14px;}
    .head .tap_pc{
        padding: 4px 15px;
    }
    .head .tap_pc .width1200 .welcome{width: 100%;text-align: left;}
    .head .tap_pc .width1200 .wel_text {width: 100%;justify-content: flex-end;}
    .head .tap_pc .width1200 .wel_text a{margin: 4px 0 0 15px;}
    .head .h_content{
        display: none;
    }
    .head .app_con{
        display: block;
        width: 100%;
        position: relative;
    }
    .head .app_con .h_title{
        width: 100%;
        padding: 5px 15px;
        justify-content: space-between;
    }
    .head .app_con .h_title .logos{
       width: 65%;
       height: auto; 
    }
    .head .app_con .h_title .logos a{
        display: block;
    }
    .head .app_con .h_title .logos a img{
        max-width: 100%;
        height: auto;
    }
    .head .app_con .h_title .text i{
        margin-left: 15px;
        font-size: 22px;
    }
    .head .app_con .h_title .text .language{
        padding: 6px 10px;
        border-radius: 50px;
        background-color: #1661a8;
        justify-content: center;
    }
    .head .app_con .h_title .text .language a{
        color: #fff;
        font-size: 12px;
    }
    

    /* 搜索 */
    .app_con .sousuo1{
        width: 100%;
        height: 70px;
        padding: 15px;
        position: absolute;
        bottom: -69px;
        left: 0;
        background-color: #333;
        z-index: 99;
        display: block;
    }
    .app_con .sousuo1 input{
        height: 40px;
        padding: 0 10px;
        width: 80%;
        float: left;
    }
    .app_con .sousuo1 .sousuo_icon{
        width: 20%;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background-color: #1c4891;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .app_con .sousuo1 .sousuo_icon .iconsousuo_2{
        font-size: 30px;
    }

    /*  */
    .kong{
        height: 111px;
    }
    .h_public .h_tent {
        width: 100%;
        padding: 20px 15px;
    }
    .h_public .h_tent .h_tit1 p {
        font-size: 28px;
    }
    .h_sc {
        padding: 20px 0 40px;
    }
    .width1200{width: 100%;}
    .learn_more{margin: 20px 0;}
    .learn_more a{padding: 8px 20px;font-size: 14px;}
    
    /* 底部 */
    .footer{padding-top: 20px;}
    .footer .content{width: 100%;padding: 0 15px;}
    .footer .content .foot_ul{display: none;}
    .footer .content .text{
        align-items: flex-start;
        padding: 0 0;
        border-left: 0px solid #5C5C5C;
        border-right: 0px solid #5C5C5C;
    }
    .footer .footer_2{padding: 8px 0;margin-top: 15px;}
    .footer .content .ewm{width: 100%;justify-content: center;}
    .footer .footer_2 .content p{width: 100%;text-align: center;}
    .footer .footer_2 .content a{width: 100%;}
    .footer .content .text .text_img .lxwm{margin-bottom: 15px;}
    .footer .content .text .text_img .text_p span{font-size: 20px;}
    .footer .content .text .text_img .text_p p{font-size: 16px;}


    /* 翻页条 */
    .navigation .navigation_ul li {
        cursor: pointer;
        padding: 4px 10px;
    }
    .flex_row .tcdPageCode a,
    .current,
    .flex_row .tcdPageCode .nextPage{
        padding: 4px 10px;
    }
    .liuyan .liuyan_tent{width: 340px;margin: 170px auto 0;}
}

@media (max-width:991px) and (min-width:768px){
    /* 头部导航栏 */
    .head .h_content {
        width: 100%;
        padding: 20px 15px;
    }
    .head .tap_pc{padding: 6px 15px;}
    .head .head_tap{padding: 5px 15px;}
    .head .head_tap .head_logo .logo_text{display: none;}
    .head .hean_list .head_ul li{padding: 12px 10px;}
    .head .hean_list .head_ul{padding: 0 15px;}
    .head .hean_list .head_ul li::after{right: -27%;}
    .h_public .com_title .title_CH{font-size: 24px;}
    .h_public .com_title .title_EN{text-align: center;font-size: 16px;}
    .kong {
        height: 166px;
    }

    .h_public .h_tent {
        width: 100%;
    }
    .h_public{
        padding: 0 15px;
    }
    .h_back{
        background-size: auto auto;
    }
    .pc_hide .pc_sousuo_icon{
        width: 6%;
    }
    .width1200{width: 100%;}

    /* 尾部 */
    .footer .content .text{padding: 0;border-left: 0px solid #5C5C5C;border-right: 0px solid #5C5C5C;}
    .footer .content{width: 100%;padding: 0 15px;}
    
}

@media (min-width:992px) and (max-width:1024px){
    .head .h_content {
        width: 100%;
        padding: 20px 15px;
    }
    
    .pc_hide .pc_sousuo_icon{
        width: 6%;
    }
    .head .tap_pc{padding: 6px 15px;}
    .head .head_tap{padding: 5px 15px;}
    .head .hean_list .head_ul li{padding: 12px 15px;}
    .head .hean_list .head_ul{padding: 0 15px;}
    .head .hean_list .head_ul li::after{right: -45%;}
    .h_public .com_title .title_CH{font-size: 24px;}
    .h_public .com_title .title_EN{text-align: center;font-size: 16px;}
    .width1200{width: 100%;}

    /* 底部 */
    .footer .content {
        width: 100%;
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .footer .content .text {
        margin-top: 15px;
    }
}

@media (min-width:1200px) and (max-width:1440px){

}












